From db094092ae04150339c5070776b69627af92fe69 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 21 Dec 2015 14:32:01 -0500 Subject: [PATCH] Update font-weight css parser test This is affected by the recent fix for parsing font-weight. --- testsuite/css/parser/font-weight.ref.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/css/parser/font-weight.ref.css b/testsuite/css/parser/font-weight.ref.css index 13752c24d8..645a231ea8 100644 --- a/testsuite/css/parser/font-weight.ref.css +++ b/testsuite/css/parser/font-weight.ref.css @@ -39,7 +39,7 @@ j { } k { - font-weight: 400; + font-weight: normal; } l { @@ -51,7 +51,7 @@ m { } n { - font-weight: 700; + font-weight: bold; } o { -- 2.30.2